CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 运算 CSharp

搜索资源列表

  1. point_operation

    1下载:
  2. C#对图像处理,绘制直方图,线性点运算,灰度拉伸,直方图均衡,直方图匹配-C# for image processing, histogram mapping, linear point operations, gray stretch, histogram equalization, histogram matching
  3. 所属分类:Graph program

    • 发布日期:2015-12-20
    • 文件大小:106452
    • 提供者:王政博
  1. Matrix

    0下载:
  2. 自己封装的矩阵运算的类,用C#编写,例如转置、求逆、求特征值、矩阵乘法等-Own package matrix operations class, written using C#, such as transposition, inversion, find eigenvalues, matrix multiplication, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:4157
    • 提供者:郭挺
  1. calcularor_Csharp.NET

    0下载:
  2. C#.NET开发的功能强大的计算器,有+-*/四则运算和开方,百分号等许多功能,支持浮点运算。-Calculator using C#.NET
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:190819
    • 提供者:杨博洋
  1. Matrix

    2下载:
  2. C#实现的矩阵运算源程序,其中所有的矩阵运算采用操作符重载技术,实现了矩阵求和,差,积,转置,逆等基本运算。-C# source code implementation of matrix operations, one of all the matrix calculation using operator overloading techniques, implementation of the matrix sum, difference, product, transpose, inve
  3. 所属分类:C#编程

    • 发布日期:2017-04-12
    • 文件大小:1450
    • 提供者:wangyong
  1. Matrix-cs

    0下载:
  2. 矩阵类,可进行矩阵的各种运算,并可求解N阶线性方程-matrices, matrix for the various operators and can solve linear equations N
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2805
    • 提供者:陈燕涛
  1. Mapack_for_NET

    0下载:
  2. Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:38581
    • 提供者:Erison
  1. cSharpMath

    0下载:
  2. 用CSharp写的数学运算源码,内含大量数学计算的函数方法以及各种数学算法。-Written by CSharp mathematical source, including a large number of mathematical calculations function method and a variety of mathematical algorithms.
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:2532803
    • 提供者:王磊品
  1. cSharp100Demon

    0下载:
  2. cSharp100个案例 锯齿型数组 重载 邮件提示器 邮件发送程序 透明窗口 进度条的使用 运动的球 菜单的使用 翻牌游戏 网页下载器 线程例子 线程休眠 类型转换 简易计算器 生成网页 添加控件 浮动的窗口 浏览图片 测试webserer 栈的操作 枚举的使用 构造函数 来抓我啊 显示系统字体 时钟的使用 旋转的秒针 方法重载 文件读写 文件夹内容搜索器 数组应用 支持
  3. 所属分类:CSharp

    • 发布日期:2016-01-27
    • 文件大小:1436432
    • 提供者:advaw
  1. ProgramCalculator

    0下载:
  2. .net计算器。主要利用反射功能,完成自定义数学函数运算-. net calculators. The main use of reflective function, the completion of custom math function computing
  3. 所属分类:.net

    • 发布日期:2017-05-02
    • 文件大小:635835
    • 提供者:孙洪颖
  1. Extreme.Mathematics.QuickStartCS

    1下载:
  2. 用C#写的数学函数库源码。里面包括复数运算,矩阵运算,解方程,积分微分等。非常有用。-Using C# to write the math library source. Includes the plural computing, matrix operations, solution of equations, such as integro-differential. Very useful.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:121826
    • 提供者:李峰
  1. 10

    0下载:
  2. 第10章 SQL查询相关技术 10.1 SELECT子句 10.2 查询常量 10.3 查询变量 10.4 模式查询 10.5 TOP和PERCENT限制查询结果 10.6 周期、日期查询 10.7 比较、逻辑、重复查询 10.8 在查询中使用OR和AND运算符 10.9 排序、分组统计 10.10 聚合函数 10.11 多表查询 10.12 嵌套查询 10.13 子查询 10.14 联合语句Union 10.15 内联接查询 10
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-07
    • 文件大小:1506008
    • 提供者:cp
  1. FuzzyMatrix

    0下载:
  2. 模糊矩阵类 可以根据不同的模糊算子计算模糊矩阵的并运算C=A∪B,交运算 C=A∩B,求余运算 C=1-A 等-Fuzzy matrices based on different fuzzy operator and calculation of fuzzy matrix operation C = A ∪ B, cross-operator C = A ∩ B, for more than computing C = 1-A, etc.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2322
    • 提供者:麦子
  1. morphology

    0下载:
  2. CSarp编写的一般图像处理方法,图像腐蚀,图像膨胀,开运算,闭运算,击中击不中-CSarp the preparation of the general image processing method, image corrosion, image expansion, opening operations, closing operation, hit-miss
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:157409
    • 提供者:王政博
  1. program

    0下载:
  2. 数字图像处理领域中的一些应用实例,以理论和实践相结合的方式,系统地介绍了如何使用C#进行数字图像处理。 全书共11章,分别讲述了图像的点运算、几何运算、数学形态学图像处理方法、频率变换、图像平滑与去噪、边缘检测、图像分割、图像压缩编码和彩色图像处理等相关技术。-Digital image processing in the field of some application examples to the theory and practice, a combination of syst
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1009282
    • 提供者:yangou
  1. point_operation

    0下载:
  2. 以C sharp編程圖像有關绘制直方图、线性点运算、灰度拉伸、直方图均衡、直方图匹配-C sharp programming in order to draw the image on the histogram, linear point operations, gray stretch, histogram equalization, histogram matching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:75806
    • 提供者:李復祥
  1. DDAC

    0下载:
  2. 蚁群算法解决tsp问题,antsystem为核心运算类,窗体为接口程序,先生成邻接矩阵再运算-Tsp ant colony algorithm to solve the problem, this is the core classes, must have interface program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:59358
    • 提供者:like
  1. CSBigInteger

    0下载:
  2. 一个自己写的 C# BigInteger 类,.net 类库中没有 BigInteger 类,写此类是为了与 java 中的 BigInteger 对应,以方便大数运算-One wrote it myself C# BigInteger Class,. Net library does not BigInteger class, write these in order to correspond with the java in the BigInteger to facilitate the
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:14473
    • 提供者:ajtlnui
  1. PRproject_lda

    1下载:
  2. 线性判别分析(LDA,全称Fisher Linear Discriminant Analysis)算法的C#实现源码,根据stprtool box for matlab中的LDA.m编写。用到MathNet库做相关的矩阵运算,使用zedgraph控制绘图。有简单的测试数据。- C# source code of linear discriminant analysis (LDA, full name of the Fisher Linear Discriminant Analysis) algo
  3. 所属分类:Algorithm

    • 发布日期:2015-06-23
    • 文件大小:435187
    • 提供者:李洪涛
  1. CMatarySRC

    0下载:
  2. 一个简单的数理统计系统,实现了矩阵的方差,协方差,概率统计等运算,包含说明文件的。-A simple system of mathematical statistics to achieve a matrix of variance, covariance, probability and statistics and other operations, including documentation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:878937
    • 提供者:杜帆
  1. ImageMatrix

    0下载:
  2. 图像的矩阵运算 用于图像像素的尺度变换,归一化;图像读取,阈值分割,矩阵的加减乘数运算,以及图像的读写;数据类型支持int,double,以及复数complex类型-Image matrix operations for image pixels scale transformation, normalization image reads, threshold segmentation, the multiplier matrix addition and subtraction opera
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:126810
    • 提供者:Jack
« 12 3 »
搜珍网 www.dssz.com